Contact Constructor (String, String, String) |
Initializes a new instance of the Contact class with the specified name, address and expires value.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Contact(
string name,
string address,
string expires
)
Public Sub New (
name As String,
address As String,
expires As String
)
Parameters
- name
- Type: SystemString
A string contains user's name. - address
- Type: SystemString
A string contains user's address. Usually it contains IP address and port number where user would like to receive requests/responses. - expires
- Type: SystemString
A number of seconds indicates duration of the registration. This parameter is only used when the Contact is present in a REGISTER request or response.
See Also